- PurpleMimeDocument
alias PurpleMimeDocument = _PurpleMimeDocument
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleMimePart
alias PurpleMimePart = _PurpleMimePart
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_free
alias da_purple_mime_document_free = void function(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_get_field
alias da_purple_mime_document_get_field = const(char)* function(PurpleMimeDocument* doc, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_get_fields
alias da_purple_mime_document_get_fields = GList* function(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_get_parts
alias da_purple_mime_document_get_parts = GList* function(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_new
alias da_purple_mime_document_new = PurpleMimeDocument* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_parse
alias da_purple_mime_document_parse = PurpleMimeDocument* function(const(char)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_parsen
alias da_purple_mime_document_parsen = PurpleMimeDocument* function(const(char)* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_set_field
alias da_purple_mime_document_set_field = void function(PurpleMimeDocument* doc, const(char)* field, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_document_write
alias da_purple_mime_document_write = void function(PurpleMimeDocument* doc, GString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_data
alias da_purple_mime_part_get_data = const(char)* function(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_data_decoded
alias da_purple_mime_part_get_data_decoded = void function(PurpleMimePart* part, guchar** data, gsize* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_field
alias da_purple_mime_part_get_field = const(char)* function(PurpleMimePart* part, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_field_decoded
alias da_purple_mime_part_get_field_decoded = char* function(PurpleMimePart* part, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_fields
alias da_purple_mime_part_get_fields = GList* function(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_get_length
alias da_purple_mime_part_get_length = gsize function(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_new
alias da_purple_mime_part_new = PurpleMimePart* function(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_set_data
alias da_purple_mime_part_set_data = void function(PurpleMimePart* part, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_mime_part_set_field
alias da_purple_mime_part_set_field = void function(PurpleMimePart* part, const(char)* field, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_free
void purple_mime_document_free(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_field
const(char)* purple_mime_document_get_field(PurpleMimeDocument* doc, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_fields
GList* purple_mime_document_get_fields(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_parts
GList* purple_mime_document_get_parts(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_new
PurpleMimeDocument* purple_mime_document_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_parse
PurpleMimeDocument* purple_mime_document_parse(const(char)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_parsen
PurpleMimeDocument* purple_mime_document_parsen(const(char)* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_set_field
void purple_mime_document_set_field(PurpleMimeDocument* doc, const(char)* field, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_write
void purple_mime_document_write(PurpleMimeDocument* doc, GString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_data
const(char)* purple_mime_part_get_data(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_data_decoded
void purple_mime_part_get_data_decoded(PurpleMimePart* part, guchar** data, gsize* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_field
const(char)* purple_mime_part_get_field(PurpleMimePart* part, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_field_decoded
char* purple_mime_part_get_field_decoded(PurpleMimePart* part, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_fields
GList* purple_mime_part_get_fields(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_length
gsize purple_mime_part_get_length(PurpleMimePart* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_new
PurpleMimePart* purple_mime_part_new(PurpleMimeDocument* doc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_set_data
void purple_mime_part_set_data(PurpleMimePart* part, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_set_field
void purple_mime_part_set_field(PurpleMimePart* part, const(char)* field, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_free
da_purple_mime_document_free purple_mime_document_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_field
da_purple_mime_document_get_field purple_mime_document_get_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_fields
da_purple_mime_document_get_fields purple_mime_document_get_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_get_parts
da_purple_mime_document_get_parts purple_mime_document_get_parts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_new
da_purple_mime_document_new purple_mime_document_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_parse
da_purple_mime_document_parse purple_mime_document_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_parsen
da_purple_mime_document_parsen purple_mime_document_parsen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_set_field
da_purple_mime_document_set_field purple_mime_document_set_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_document_write
da_purple_mime_document_write purple_mime_document_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_data
da_purple_mime_part_get_data purple_mime_part_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_data_decoded
da_purple_mime_part_get_data_decoded purple_mime_part_get_data_decoded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_field
da_purple_mime_part_get_field purple_mime_part_get_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_field_decoded
da_purple_mime_part_get_field_decoded purple_mime_part_get_field_decoded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_fields
da_purple_mime_part_get_fields purple_mime_part_get_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_get_length
da_purple_mime_part_get_length purple_mime_part_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_new
da_purple_mime_part_new purple_mime_part_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_set_data
da_purple_mime_part_set_data purple_mime_part_set_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_mime_part_set_field
da_purple_mime_part_set_field purple_mime_part_set_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.